method infix:<eqv>
| 1 | class Match | 
| 1.1 | (Match) method infix:<eqv> | 
Documentation for method infix:<eqv> assembled from the following types:
class Match
From Match
(Match) method infix:<eqv>
Defined as:
multi sub infix:<eqv>(Match \a, Match \b)
Returns True if the attributes pos, from and orig are equal, and if made, Capture::list and Capture::hash are either the same or both undefined.